var math/big.leafSize
7 uses
math/big (current package)
natconv.go#L374: for len(q) > leafSize {
natconv.go#L440: var leafSize int = 8 // number of Word-size binary values treat as a monolithic block
natconv.go#L461: if leafSize == 0 || m <= leafSize {
natconv.go#L467: for words := leafSize; words < m>>1 && k < len(cacheBase10.table); words <<= 1 {
natconv.go#L487: table[0].bbb = nat(nil).expWW(bb, Word(leafSize))
natconv.go#L488: table[0].ndigits = ndigits * leafSize
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |